chore(deps): bump the ruby group with 5 updates#1197
Merged
Conversation
Bumps the ruby group with 5 updates: | Package | From | To | | --- | --- | --- | | [html2rss](https://github.com/html2rss/html2rss) | ``510ba84`` | ``b613d83`` | | [async](https://github.com/socketry/async) | `2.39.0` | `2.41.0` | | [crass](https://github.com/rgrove/crass) | `1.0.6` | `1.0.7` | | [io-event](https://github.com/socketry/io-event) | `1.16.2` | `1.17.0` | | [json](https://github.com/ruby/json) | `2.19.9` | `2.20.0` | Updates `html2rss` from `510ba84` to `b613d83` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](html2rss/html2rss@510ba84...b613d83) Updates `async` from 2.39.0 to 2.41.0 - [Release notes](https://github.com/socketry/async/releases) - [Changelog](https://github.com/socketry/async/blob/main/releases.md) - [Commits](socketry/async@v2.39.0...v2.41.0) Updates `crass` from 1.0.6 to 1.0.7 - [Release notes](https://github.com/rgrove/crass/releases) - [Changelog](https://github.com/rgrove/crass/blob/main/HISTORY.md) - [Commits](rgrove/crass@v1.0.6...v1.0.7) Updates `io-event` from 1.16.2 to 1.17.0 - [Release notes](https://github.com/socketry/io-event/releases) - [Changelog](https://github.com/socketry/io-event/blob/main/releases.md) - [Commits](socketry/io-event@v1.16.2...v1.17.0) Updates `json` from 2.19.9 to 2.20.0 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.19.9...v2.20.0) --- updated-dependencies: - dependency-name: html2rss dependency-version: b613d83a81f02e033869ec3513c792c5e6706831 dependency-type: direct:production dependency-group: ruby - dependency-name: async dependency-version: 2.41.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: crass dependency-version: 1.0.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: io-event dependency-version: 1.17.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: json dependency-version: 2.20.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Queued — the merge queue status continues in this comment ↓. |
Contributor
Merge Queue Status
This pull request spent 1 minute 33 seconds in the queue, including 1 minute 12 seconds running CI. Required conditions to merge
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the ruby group with 5 updates:
510ba84b613d832.39.02.41.01.0.61.0.71.16.21.17.02.19.92.20.0Updates
html2rssfrom510ba84tob613d83Commits
b613d83chore(release): bump version to v0.22.2 (#399)ea5eed9fix(request_service): implement remaining time budget across fallback strateg...5fade88chore(release): bump version to v0.22.1 (#397)c7e12e0refactor(extractor): use HtmlNavigator helpers in SemanticAnchorCandidatese626921perf(auto_source): optimize microdata DOM traversals with parent-pointer walking4734fb5fix(auto_source): filter nested candidate containers and prevent list catch-all80c0cd7feat: extract and prepend teaser kicker to article title22f3ba3feat: reduce dependency on anchor availability in scrape heuristics4b4b9fechore(release): bump version to v0.22.0 (#394)8031b02feat(auto_source): add generic class-clustering fallback for anchorless pages...Updates
asyncfrom 2.39.0 to 2.41.0Release notes
Sourced from async's releases.
Changelog
Sourced from async's changelog.
Commits
32428cfBump minor version.e170836Protect initial task startup from interrupts. (#458)d4930f4Bump minor version.08b5bfbImplementCondition#waiting_count. (#456)Updates
crassfrom 1.0.6 to 1.0.7Release notes
Sourced from crass's releases.
Changelog
Sourced from crass's changelog.
Commits
cfd5daaRelease 1.0.7da29664Fix inefficient handling of non-ASCII characters during tokenization25d78ccPrevent a long run of adjacent comments from exhausting the stackcf68287Limit recursion depth to prevent stack overflow and memory exhaustionea6726bPrevent resource exhaustion denial of service via excessively large exponents2b87347Bump version to 1.0.70d3be20Update CI workflow dependenciesa3cc4f7Update CI test matrix846de61Upgrade minitest and rakeb51a88eMerge pull request #18 from stoivo/mainUpdates
io-eventfrom 1.16.2 to 1.17.0Release notes
Sourced from io-event's releases.
Changelog
Sourced from io-event's changelog.
Commits
34e60ddBump minor version.5136781Avoid closing inherited selector descriptors. (#195)462a168Handle buffer end offsets as no-op. (#194)20990ccBump patch version.838377dIgnore any potential exceptions.ffcc5c6Ensureunblockdoes not raise exceptions.7808115Bump patch version.917e4c8IgnoreIOErrorin Interrupt fiber.2bd6ca0100% test coverage. (#187)446747fAdd documentation for Select selector helpers. (#186)Updates
jsonfrom 2.19.9 to 2.20.0Release notes
Sourced from json's releases.
Changelog
Sourced from json's changelog.
Commits
1316292Release 2.20.01443265Remove useless executable bits532065cPreserve UTF-8 encoding when reallocating a frozen ResumableParser buffer7c8af4bUpdate extconf.rb guard to use RUBY_ENGINE_VERSION2afd1a9Cleanup therb_catch_objworkaround9892514Simplify parser_config_initb30a8f8ResumableParser: eagerly drop the buffer when reaching EOSf08c663ResumableParser: accept only keyword arguments9d8efcbWorkaround TruffleRuby buggyrb_catch_objimplementation4bd1e9bResumableParser: use throw rather than raise for handled EOSDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions